[INFO] cloning repository https://github.com/phynalle/civetcat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phynalle/civetcat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphynalle%2Fcivetcat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphynalle%2Fcivetcat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 50cb20371269df70927ab00be7ccf8b8ece2ef86
[INFO] fixing phynalle/civetcat against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphynalle%2Fcivetcat" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/phynalle/civetcat
[INFO] finished tweaking git repo https://github.com/phynalle/civetcat
[INFO] tweaked toml for git repo https://github.com/phynalle/civetcat written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/phynalle/civetcat on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/phynalle/civetcat already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `civetcat` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9
[INFO] running `Command { std: "docker" "start" "0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `civetcat` (manifest) generated 1 warning
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling cc v1.0.3
[INFO] [stderr]    Compiling pkg-config v0.3.9
[INFO] [stderr]     Checking libc v0.2.34
[INFO] [stderr]    Compiling num-traits v0.1.41
[INFO] [stderr]    Compiling dtoa v0.4.2
[INFO] [stderr]    Compiling itoa v0.3.4
[INFO] [stderr]    Compiling serde v1.0.24
[INFO] [stderr]     Checking unicode-width v0.1.4
[INFO] [stderr]     Checking bitflags v1.0.1
[INFO] [stderr]     Checking vec_map v0.8.0
[INFO] [stderr]     Checking ansi_term v0.10.2
[INFO] [stderr]     Checking strsim v0.6.0
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking textwrap v0.9.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling cmake v0.1.29
[INFO] [stderr]     Checking atty v0.2.3
[INFO] [stderr]     Checking clap v2.29.0
[INFO] [stderr]    Compiling onig_sys v66.1.4
[INFO] [stderr]     Checking onig v2.0.2
[INFO] [stderr]    Compiling serde_derive_internals v0.18.0
[INFO] [stderr]    Compiling serde_derive v1.0.24
[INFO] [stderr]    Compiling serde_json v1.0.8
[INFO] [stderr]    Compiling civetcat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed build.rs (1 fix)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/colorizer.rs (3 fixes)
[INFO] [stderr]        Fixed src/syntax/rule.rs (5 fixes)
[INFO] [stderr]        Fixed src/syntax/regex.rs (1 fix)
[INFO] [stderr]        Fixed src/civet.rs (6 fixes)
[INFO] [stderr]        Fixed src/syntax/loader.rs (3 fixes)
[INFO] [stderr]        Fixed src/syntax/tokenizer.rs (3 fixes)
[INFO] [stderr]        Fixed src/_generated.rs (1 fix)
[INFO] [stderr]        Fixed src/theme.rs (2 fixes)
[INFO] [stderr]        Fixed src/main.rs (1 fix)
[INFO] [stderr]        Fixed src/lang.rs (2 fixes)
[INFO] [stderr]        Fixed src/syntax/tokenizer.rs (3 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
[INFO] [stderr] crater-edition-check: civetcat v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]    Compiling civetcat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `to_weak` is never used
[INFO] [stdout]   --> src/syntax/raw_rule.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl RawRuleRef {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn to_weak(&self) -> WeakRawRuleRef {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WeakRawRuleRef` is never constructed
[INFO] [stdout]   --> src/syntax/raw_rule.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct WeakRawRuleRef(Weak<RawRule>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `upgrade` is never used
[INFO] [stdout]   --> src/syntax/raw_rule.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl WeakRawRuleRef {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 44 |     pub fn upgrade(&self) -> Option<RawRuleRef> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/syntax/raw_rule.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     Map(HashMap<String, RawRuleRef>),
[INFO] [stdout]    |     --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawCapture` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 52 -     Map(HashMap<String, RawRuleRef>),
[INFO] [stdout] 52 +     Map(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/syntax/raw_rule.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 |     List(Vec<RawRuleRef>),
[INFO] [stdout]    |     ---- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawCapture` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 53 -     List(Vec<RawRuleRef>),
[INFO] [stdout] 53 +     List(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/syntax/raw_rule.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct RawRule {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 59 |     pub id: Cell<Option<usize>>,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 60 |     pub include: Option<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 61 |     pub name: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 62 |     pub scope_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 63 |     pub content_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 64 |     #[serde(rename = "match")]
[INFO] [stdout] 65 |     pub match_expr: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 66 |     pub captures: Option<RawCapture>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 67 |     pub begin: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 68 |     pub begin_captures: Option<RawCapture>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 69 |     pub end: Option<String>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 70 |     pub end_captures: Option<RawCapture>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 71 |     #[serde(rename = "while")]
[INFO] [stdout] 72 |     pub while_expr: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 73 |     pub patterns: Option<Vec<RawRuleRef>>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 74 |     pub repository: Option<HashMap<String, RawRuleRef>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawRule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> build.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]     |          -^^^^^^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Config` is not local
[INFO] [stdout]     |          `Deserialize` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Config`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> build.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]     |          -^^^^^^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Language` is not local
[INFO] [stdout]     |          `Deserialize` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Language`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> build.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]     |          -^^^^^^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Theme` is not local
[INFO] [stdout]     |          `Deserialize` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Theme`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/syntax/raw_rule.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `RawCapture` is not local
[INFO] [stdout]    |          `Deserialize` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_RawCapture`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/syntax/raw_rule.rs:56:10
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]    |          -^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `RawRule` is not local
[INFO] [stdout]    |          `Deserialize` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_RawRule`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `style`
[INFO] [stdout]  --> src/_generated.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use style::{StyleTree, load_theme};
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::style::{StyleTree, load_theme};
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `style`
[INFO] [stdout]  --> src/_generated.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use style::{StyleTree, load_theme};
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::style::{StyleTree, load_theme};
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::tokenizer::Tokenizer`
[INFO] [stdout]   --> src/syntax/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::tokenizer::Tokenizer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::tokenizer::Tokenizer`
[INFO] [stdout]   --> src/syntax/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::tokenizer::Tokenizer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/_generated.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / lazy_static! {
[INFO] [stdout] 31 | |     pub static ref EXT_LANG_MAP: HashMap<&'static str, &'static str> = {
[INFO] [stdout] 32 | |         let mut m = HashMap::new();
[INFO] [stdout] 33 | |         m.insert("rs", "source.rust");
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |     };
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/_generated.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / lazy_static! {
[INFO] [stdout] 164 | |     pub static ref LANGS: Vec<String> = {
[INFO] [stdout] 165 | |         let mut v = Vec::new();
[INFO] [stdout] 166 | |        v.push("Rust".to_owned());
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | |     };
[INFO] [stdout] 192 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/_generated.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / lazy_static! {
[INFO] [stdout] 164 | |     pub static ref LANGS: Vec<String> = {
[INFO] [stdout] 165 | |         let mut v = Vec::new();
[INFO] [stdout] 166 | |        v.push("Rust".to_owned());
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | |     };
[INFO] [stdout] 192 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/syntax/rule.rs:239:17
[INFO] [stdout]     |
[INFO] [stdout] 239 |     loader: Box<Loader>,
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     loader: Box<dyn Loader>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/_generated.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / lazy_static! {
[INFO] [stdout] 31 | |     pub static ref EXT_LANG_MAP: HashMap<&'static str, &'static str> = {
[INFO] [stdout] 32 | |         let mut m = HashMap::new();
[INFO] [stdout] 33 | |         m.insert("rs", "source.rust");
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |     };
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/_generated.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / lazy_static! {
[INFO] [stdout] 164 | |     pub static ref LANGS: Vec<String> = {
[INFO] [stdout] 165 | |         let mut v = Vec::new();
[INFO] [stdout] 166 | |        v.push("Rust".to_owned());
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | |     };
[INFO] [stdout] 192 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/_generated.rs:163:1
[INFO] [stdout]     |
[INFO] [stdout] 163 | / lazy_static! {
[INFO] [stdout] 164 | |     pub static ref LANGS: Vec<String> = {
[INFO] [stdout] 165 | |         let mut v = Vec::new();
[INFO] [stdout] 166 | |        v.push("Rust".to_owned());
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | |     };
[INFO] [stdout] 192 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/syntax/rule.rs:239:17
[INFO] [stdout]     |
[INFO] [stdout] 239 |     loader: Box<Loader>,
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     loader: Box<dyn Loader>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/syntax/rule.rs:246:43
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn new(rule: RawRule, loader: Box<Loader>) -> GrammarBuilder {
[INFO] [stdout]     |                                           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn new(rule: RawRule, loader: Box<dyn Loader>) -> GrammarBuilder {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/syntax/rule.rs:246:43
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn new(rule: RawRule, loader: Box<Loader>) -> GrammarBuilder {
[INFO] [stdout]     |                                           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn new(rule: RawRule, loader: Box<dyn Loader>) -> GrammarBuilder {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 |             Error::Io(ref e) => e.description(),
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:23:39
[INFO] [stdout]    |
[INFO] [stdout] 23 |             _ => write!(f, "{}", self.description()),
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 |             Error::Io(ref e) => e.description(),
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:23:39
[INFO] [stdout]    |
[INFO] [stdout] 23 |             _ => write!(f, "{}", self.description()),
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `civetcat` (bin "cv") due to 1 previous error; 8 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `civetcat` (bin "cv" test) due to 1 previous error; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9", kill_on_drop: false }`
[INFO] [stdout] 0e403715cdae9f119bd2145ad697eb09fdb2b2408064de4252ef267ba6548eb9
